home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 2 / ACE CD 2.iso / FILES / UTILS / HSBASIC2.DMS / in.adf / HB2Examples1.3.Lha / Examples / IntuiText / ReadMe < prev   
Encoding:
Text File  |  1994-04-14  |  1.0 KB  |  26 lines

  1. Intuitext.bas - Example of drawing directly with Intuition.
  2. ==================================================================
  3.  
  4. Derived from RKM example (c) Copyright 1992 Commodore-Amiga, Inc.
  5.  
  6. This is a variant on the Commodore example "Intuitext Example"
  7. taken from the Libraries RKM p.241.
  8.  
  9. The example shows how to open draw text using the Intuitext structure
  10. with the user's selected system font. It contains a sub-program to 
  11. initialise an IntuiText that you may wish to use in your programs to
  12. avoid unsightly POKEs.
  13.  
  14.  
  15. The example will work on versions of Workbench 2.04 or later (V37 AND above).
  16. above), although the InitIntuiText sub-program is applicable to all
  17. versions of the operating system.
  18.  
  19. Compiling
  20. ---------
  21. Load the Intuitext_inc.bh file and Tokenise it (Program-Tokenise),
  22. making sure you have no token file selected in the File Options (Settings-
  23. Compiler-Files). Once you have your token file, set the File Options-Token
  24. File setting to the Intuitext_inc.t file just created. Load the
  25. Intuitext.bas file, compile & run it.
  26.